home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / X11 / XCirculateRequestEvent.z / XCirculateRequestEvent
Encoding:
Text File  |  1998-10-30  |  4.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXCCCCiiiirrrrccccuuuullllaaaatttteeeeRRRReeeeqqqquuuueeeessssttttEEEEvvvveeeennnntttt((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))XXXXCCCCiiiirrrrccccuuuullllaaaatttteeeeRRRReeeeqqqquuuueeeessssttttEEEEvvvveeeennnntttt((((3333XXXX11111111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XCirculateRequestEvent - CirculateRequest event structure
  10.  
  11.      SSSSTTTTRRRRUUUUCCCCTTTTUUUURRRREEEESSSS
  12.           The structure for _C_i_r_c_u_l_a_t_e_R_e_q_u_e_s_t events contains:
  13.  
  14.           typedef struct {
  15.                int type;                /* CirculateRequest */
  16.                unsigned long serial;    /* # of last request processed by server */
  17.                Bool send_event;         /* true if this came from a SendEvent request */
  18.                Display *display;        /* Display the event was read from */
  19.                Window parent;
  20.                Window window;
  21.                int place;               /* PlaceOnTop, PlaceOnBottom */
  22.           } XCirculateRequestEvent;
  23.  
  24.           When you receive this event, the structure members are set
  25.           as follows.
  26.  
  27.           The type member is set to the event type constant name that
  28.           uniquely identifies it.  For example, when the X server
  29.           reports a _G_r_a_p_h_i_c_s_E_x_p_o_s_e event to a client application, it
  30.           sends an _X_G_r_a_p_h_i_c_s_E_x_p_o_s_e_E_v_e_n_t structure with the type member
  31.           set to _G_r_a_p_h_i_c_s_E_x_p_o_s_e.  The display member is set to a
  32.           pointer to the display the event was read on.  The
  33.           send_event member is set to _T_r_u_e if the event came from a
  34.           _S_e_n_d_E_v_e_n_t protocol request.  The serial member is set from
  35.           the serial number reported in the protocol but expanded from
  36.           the 16-bit least-significant bits to a full 32-bit value.
  37.           The window member is set to the window that is most useful
  38.           to toolkit dispatchers.
  39.  
  40.           The parent member is set to the parent window.  The window
  41.           member is set to the subwindow to be restacked.  The place
  42.           member is set to what the new position in the stacking order
  43.           should be and is either _P_l_a_c_e_O_n_T_o_p or _P_l_a_c_e_O_n_B_o_t_t_o_m.  If it
  44.           is _P_l_a_c_e_O_n_T_o_p, the subwindow should be on top of all
  45.           siblings.  If it is _P_l_a_c_e_O_n_B_o_t_t_o_m, the subwindow should be
  46.           below all siblings.
  47.  
  48.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  49.           XAnyEvent(3X11), XButtonEvent(3X11),
  50.           XCreateWindowEvent(3X11), XCirculateEvent(3X11),
  51.           XColormapEvent(3X11), XConfigureEvent(3X11),
  52.           XConfigureRequestEvent(3X11), XCrossingEvent(3X11),
  53.           XDestroyWindowEvent(3X11), XErrorEvent(3X11),
  54.           XExposeEvent(3X11), XFocusChangeEvent(3X11),
  55.           XGraphicsExposeEvent(3X11), XGravityEvent(3X11),
  56.           XKeymapEvent(3X11), XMapEvent(3X11), XMapRequestEvent(3X11),
  57.           XPropertyEvent(3X11), XReparentEvent(3X11),
  58.           XResizeRequestEvent(3X11), XSelectionClearEvent(3X11),
  59.           XSelectionEvent(3X11), XSelectionRequestEvent(3X11),
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXCCCCiiiirrrrccccuuuullllaaaatttteeeeRRRReeeeqqqquuuueeeessssttttEEEEvvvveeeennnntttt((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))XXXXCCCCiiiirrrrccccuuuullllaaaatttteeeeRRRReeeeqqqquuuueeeessssttttEEEEvvvveeeennnntttt((((3333XXXX11111111))))
  71.  
  72.  
  73.  
  74.           XUnmapEvent(3X11), XVisibilityEvent(3X11)
  75.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 4/30/98)
  130.  
  131.  
  132.  
  133.